GtkStyleContext: Create path node in _new
authorTimm Bäder <mail@baedert.org>
Wed, 19 Jul 2017 11:13:28 +0000 (13:13 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 20 Jul 2017 01:27:16 +0000 (21:27 -0400)
commitf537d36d0a3bfa5424eef1190b41eb3b6ee544e6
tree912e564c8f5207a1cad0a5d7da8c5691379cc11d
parentfc47be9339fa8b1b009d7e850d4149000e497a62
GtkStyleContext: Create path node in _new

So we can avoid creating a GtkCssPathNode in _init and then throwing it
away right after when using the _new_with_node constructor, which is the
one we use for all widgets.
gtk/gtkstylecontext.c